home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / ymod500.zip / YMODEM.DOC < prev    next >
Text File  |  1991-05-15  |  5KB  |  118 lines

  1.                            Ymodem Batch / Ymodem-G
  2.  
  3.          Ymodem   has  a built in communications manager  and  doesn't
  4.          need  any  type of fossil, in fact you should make  sure  you
  5.          turn  the  fossil  OFF if running it on a  BBS  that  uses  a
  6.          fossil.
  7.  
  8.          Ymodem requires a number of command line switches:
  9.                               -B, -P, {-R or -S}
  10.          -Bxxxx <Baud Rate>
  11.          -R Receive files
  12.          -UDrive:path,    directs that all files  received  should  be
  13.                           stored on this drive and in this  directory.
  14.                           This  switch  is primaryly  for  NON-OSIRIS,
  15.                           NON-QT  systems. Osiris takes care  of  this
  16.                           internally  and  this switch should  NOT  be
  17.                           used.
  18.  
  19.          Example: -UC:\uploads
  20.                   -UD:\files\temp
  21.  
  22.          Do NOT end the path with a backslash "\"
  23.  
  24.          Illegal -U settings would be C:\
  25.                                       C:\uploads\
  26.                                       D:\files\temp\
  27.                                       C:
  28.  
  29.          -G , Use Ymodem-G.
  30.  
  31.          -O, use Ymodem Overdrive/Overthrust. This is compabible with
  32.              the DSZ Ymodem Overthrust.
  33.  
  34.              The switch should never be used with the -G switch.
  35.  
  36.          -Nx, with x being the node number in use. For use on Osiris
  37.                CBIS  systems only.  Ymodem will show the name  of  the
  38.                caller as well as where he's from if this switch is used.
  39.  
  40.          -Px,  Supported  Com  Ports, COM 1, COM  2, COM 3, and COM 4.
  41.                          (COM1-8 if used with OSIRIS.)
  42.          -S,  <Filenames> as  many as DOS allows. Full drive,
  43.                          path,  and  filename supported.
  44.  
  45.          e.g. -S File1.Zip File2.Zip
  46.  
  47.                    NOTE:   -R  or   -S  MUST  be  the   last
  48.                    parameter on the command line. As soon as
  49.                    Ymodem encounters either one of these two
  50.                    switches, it will begin to either Receive
  51.                    or Send.
  52.  
  53.  
  54.          The -L switch is only for those that do not have COMx= set in
  55.          the environment. If your running Osiris then Ymodem will  use
  56.          the COMx= automatically.
  57.  
  58.          Sample Osiris Command line (protocol control file)
  59.  
  60.          (Ymodem)
  61.          Send : -N*N -B*B -P*P -@*U
  62.          RCV  : -N*N -B*B -P*P -R
  63.  
  64.          (Ymodem-G)
  65.          Send : -G -N*N -B*B -P*P -@*U
  66.          RCV  : -G -N*N -B*B -P*P -R
  67.  
  68.  
  69.                                   Infomation
  70.  
  71.          This  driver supports Ymodem Batch and Ymodem-G. Use  -G  for
  72.          Ymodem-G.
  73.  
  74.          It  has  been tested against DSZ in both modes and  seems  to
  75.          function just fine.
  76.  
  77.          The Ymodem-G documentation is rather swallow on just  exactly
  78.          what  to  do if an error occurs. The receiver is  suppose  to
  79.          abort  the  transfer but it doesn't say if  it's  suppose  to
  80.          abort  out the entire BATCH session.
  81.  
  82.          We would  recommend  Ymodem-G ONLY be used  if  the  call  is
  83.          local  or your using an HST, Telebit, or another other  modem
  84.          with MNP or ARQ type error correction.
  85.  
  86.                               Special -B setting
  87.  
  88.          If  you leave the -B switch OFF, ie. don't supply it,  Ymodem
  89.          will use the current SERIAL setting.
  90.  
  91.          This may result in efficiency ratings and estimated  transfer
  92.          times  to be off if you are running a LOCKED serial port  set
  93.          to a higher rate than you are actual running.
  94.  
  95.          If  you  find you have trouble getting it to  run,  try  this
  96.          approach.  If it then works, you'll know that either your  -B
  97.          setting was wrong or the -L lock rate was not correct.
  98.  
  99.                                     Price
  100.  
  101.          Ymodem  may be freely used by Osiris Owners.  If you do NOT
  102.          own Osiris, Ymodem must be purchased.
  103.  
  104.          The price is 15 dollars (US Currency).
  105.  
  106.                                    Mail to :
  107.  
  108.                               Micro TECH Systems
  109.                              555 North Spring, #39
  110.                            Cape Girardeau Mo. 63701
  111.  
  112.                                Revision History
  113.  
  114.                                    Rev 5.00
  115.  
  116.            Added special -B baud rate option for debugging purposes.
  117.  
  118.          Fixed bug in /U switch that caused transfers to abort.